home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / sushi-king.swf / scripts / DefineSprite_347 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  260 b   |  12 lines

  1. this.stop();
  2. FNscore = function(s, num)
  3. {
  4.    var _loc3_ = 1;
  5.    while(_loc3_ <= 5)
  6.    {
  7.       this.score_mc[s + _loc3_].gotoAndStop(Math.floor(num / Math.pow(10,_loc3_ - 1)) % 10 + 1);
  8.       _loc3_ = _loc3_ + 1;
  9.    }
  10.    _parent.current_cost = 0;
  11. };
  12.